body > .fill,
.section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
.body,
.main {
    margin: 0 auto;
}
.main {
    max-width: 1660px;
}
.body {
    max-width: 1400px;
}
.logo {
    width: 10.5em;
}
.logo2 {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.more {
    width: 9em;
    height: 2.8em;
    border-radius: 0.4em 0.4em 1.2em 0.4em;
    background-color: #f4f6fa;
    box-sizing: border-box;
    padding: 0 1.4em;
    color: #777;
    position: relative;
}
.more:before,
.more:after {
    content: "";
    position: absolute;
}
.more:before {
    top: 50%;
    width: 6px;
    height: 6px;
    right: 1.4em;
    margin-top: -3px;
    border-radius: 100%;
    background-color: #777;
    margin-right: 5px;
}
.more:before,
.more .icon {
    transition: all 0.4s ease-out;
}
.more:after {
    bottom: -0.8em;
    width: 2.5em;
    height: 2.5em;
    pointer-events: none;
    background-image: url(../images/more.png);
    right: -0.6em;
    filter: grayscale(100%) opacity(0.7);
}
.more:hover {
    background-color: #1d499d;
    color: #fff;
}
.more:hover:after {
    filter: none;
}
.more:hover:before {
    opacity: 0;
}
.more:hover .icon {
    opacity: 1;
}
.more .char {
    font-size: 14px;
}
.more .icon {
    font-size: 16px;
    opacity: 0;
}
.scroll-down {
    width: 3.5em;
    height: 3.5em;
}
.scroll-down svg {
    width: 100%;
    height: 100%;
}
.scroll-down .cls1,
.scroll-down .cls2 {
    fill: none;
    stroke-width: 4;
}
.scroll-down .cls1 {
    stroke: rgba(255, 255, 255, 0.2);
}
.scroll-down .cls2 {
    stroke: #fff;
    transform-origin: center center;
    animation: animation01 4s linear infinite;
}
@keyframes animation01 {
    0% {
        stroke-dasharray: 0,314;
        transform: rotateZ(0deg);
    }
    25% {
        stroke-dasharray: 200,114;
        transform: rotateZ(0deg);
    }
    100% {
        stroke-dasharray: 0,314;
        transform: rotateZ(720deg);
    }
}
.scroll-down .cls3 {
    fill: #fff;
}
.scroll-down .cls4 {
    fill: #1d499d;
}
.caption {
    padding-bottom: 30px;
    margin-bottom: 0.2rem;
}
.caption .h1 {
    color: #1d499d;
    line-height: 1;
    margin-bottom: 0.1rem;
    padding-top: 10px;
}
.caption .h2 {
    font-size: 2em;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .caption .h2 {
        font-size: 28px;
    }
}
.caption .h3 {
    font-size: 1.5em;
}
@media (max-width: 1024px) {
    .caption .h3 {
        font-size: 21px;
    }
}
.en-title {
    height: 6.8em;
    background-size: auto 100%;
    margin: 0 -20px -4.3em;
    pointer-events: none;
    position: relative;
    z-index: -1;
    background-repeat: no-repeat;
}
.list1 {
    margin: -0.4rem -0.4rem 0 0;
}
.list1 li {
    box-sizing: border-box;
    padding: 0.4rem 0.4rem 0 0;
}
@media (max-width: 1024px) {
    .list1 {
        margin: -20px -20px 0 0;
    }
    .list1 li {
        padding: 20px 20px 0 0;
    }
}
.swiper-pagination.default {
    padding-top: 30px;
    margin: 0.2rem auto 0;
    width: auto;
    transform: none!important;
    position: static;
    font-size: inherit;
}
.swiper-pagination.default .swiper-pagination-bullet {
    transition: all 0.4s ease;
    width: 0.6em;
    height: 0.6em;
    flex-shrink: 0;
    margin: 0 calc(2px + 0.08rem);
}
.swiper-pagination.default .swiper-pagination-bullet-active {
    background-color: #1d499d;
}
.swiper-pagination.white .swiper-pagination-bullet-active,
.swiper-pagination.white .swiper-pagination-bullet {
    background-color: #fff;
}
.swiper-pagination.white.timing .cls-1 {
    stroke: #fff;
}
.swiper-pagination.white.timing .cls-2 {
    fill: #fff;
}
.swiper-pagination.timing .swiper-pagination-bullet {
    background-color: transparent;
    margin: 0 0.75em;
    width: 2em;
    height: 2em;
}
.swiper-pagination.timing .cls-1 {
    fill: none;
    stroke: #1d499d;
    stroke-width: 4;
    stroke-dasharray: 0,314;
    animation-duration: var(--duration--);
    animation-timing-function: linear;
}
.swiper-pagination.timing .cls-2 {
    fill: #1d499d;
}
.swiper-pagination:has(.swiper-pagination-bullet:only-child) {
    display: none;
}
ul.pagination {
    text-align: center;
    padding-top: 30px;
    margin-top: 0.3rem;
    padding-left: 0;
    font-size: 0;
    color: #a7a7a7;
}
ul.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.25em;
    border-radius: 100px;
    transition: all 0.2s ease-out;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 2px solid transparent;
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    line-height: calc(2.5em - 4px);
    font-size: 20px;
}
ul.pagination li a {
    transition: none;
}
ul.pagination li span {
    display: block;
}
ul.pagination li a,
ul.pagination li span {
    font-size: 0.9em;
    position: relative;
    z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
    color: #fff;
    border-color: #1d499d !important;
    background-color: #1d499d;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
    border-color: #ddd;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
    display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
    overflow: hidden;
    text-indent: -100px;
    font-size: 0.9em;
    font-family: "iconfont";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
    color: #1d499d;
    background-color: #fff;
}
ul.pagination li:last-child {
    margin-left: 0.24rem;
    margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
    content: "\e85f";
}
ul.pagination li:first-child {
    margin-right: 0.24rem;
    margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
    content: "\e85e";
}
ul.pagination li.disabled {
    pointer-events: none;
}
@media (max-width: 1680px) {
    ul.pagination li {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    ul.pagination li {
        font-size: 16px;
    }
}
@media (max-width: 1280px) {
    ul.pagination li {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    ul.pagination li {
        font-size: 12px;
    }
}
#header {
    --left--: 0;
    --width--: 0;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#header:after {
    content: "";
    position: absolute;
    transition: all 0.4s ease;
    bottom: 0;
    height: 2px;
    background-color: #000;
    width: var(--width--);
    left: var(--left--);
}
#header .logo {
    max-width: 40%;
}
#header .main {
    height: 4.5em;
    line-height: 4.5em;
}
#header .navbar {
    margin: 0 auto 0 1.2rem;
    color: #808080;
}
#header .navbar a + a {
    margin-left: 0.7rem;
}
#header .navbar a.on {
    color: #000;
}
#header .tel {
    color: #444;
}
#header .tel:hover {
    color: #1d499d;
}
#header .tel .icon {
    font-size: 1.2em;
    margin-right: 4px;
    animation: info-animation 3.2s linear infinite;
}
@keyframes info-animation {
    0% {
        transform: rotateZ(0) scale(1);
    }
    1% {
        transform: scale(1.05);
    }
    1.875% {
        transform: rotateZ(10deg) scale(1.1);
    }
    3.75% {
        transform: rotateZ(0) scale(1.1);
    }
    5.625% {
        transform: rotateZ(-10deg) scale(1.1);
    }
    7.5% {
        transform: rotateZ(0) scale(1.05);
    }
    8.75% {
        transform: rotateZ(5deg) scale(1.1);
    }
    10% {
        transform: rotateZ(0) scale(1.1);
    }
    11.25% {
        transform: rotateZ(-5deg) scale(1.05);
    }
    12.5% {
        transform: rotateZ(0) scale(1);
    }
    100% {
        transform: rotateZ(0) scale(1);
    }
}
#header .tel .char {
    font-weight: bold;
    font-size: 0.9em;
}
#header .tel .enb {
    margin-bottom: -0.3em;
}
@media (min-width: 1025px) {
    #header .menu {
        display: none;
    }
}
@media (max-width: 1024px) {
    #header .tel {
        margin: 0 16px 0 auto;
    }
    #header .navbar {
        display: none;
    }
    #header .menu {
        font-size: 22px;
    }
    #header .menu .close {
        display: none;
    }
    #header.on .menu .close {
        display: block;
    }
    #header.on .menu .open {
        display: none;
    }
}
@media (max-width: 640px) {
    #header .tel .char {
        display: none;
    }
}
#navbar {
    padding-top: 90px;
    z-index: 99;
    display: none;
    background-color: #fff;
}
@media (max-width: 1680px) {
    #navbar {
        padding-top: 81px;
    }
}
@media (max-width: 1440px) {
    #navbar {
        padding-top: 72px;
    }
}
@media (min-width: 1025px) {
    #navbar {
        transform: translateY(-10%);
        transition: transform 0.4s ease;
        bottom: auto;
    }
    #navbar.on {
        transform: translateY(0);
    }
    #navbar .row {
        display: none;
    }
    #navbar .swiper {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        text-align: center;
        color: #999;
    }
    #navbar .subset {
        margin: -0.3rem;
    }
    #navbar .subset .item {
        width: 25%;
        box-sizing: border-box;
        padding: 0.3rem;
    }
    #navbar .subset:has(.item:nth-of-type(4)) {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: start;
    }
    #navbar .subset .img {
        border: 1px dashed #bdbdbd;
        padding: 1.2em;
        box-sizing: border-box;
        width: 10em;
        height: 10em;
        margin: 0 auto;
        transition: all 0.4s ease;
        background-color: #f5f5f5;
    }
    #navbar .subset .headline {
        color: #3d3d3d;
        margin: 6px auto;
    }
    #navbar .subset .go {
        color: #1d499d;
        font-size: 0.875em;
    }
    #navbar .subset a:hover {
        color: #1d499d;
    }
    #navbar .subset a:hover .img {
        border-color: #1d499d;
    }
    #navbar .subset a:hover .go {
        text-decoration: underline;
    }
}
@media (max-width: 1024px) {
    #navbar {
        overflow-y: auto;
    }
    #navbar .swiper-wrapper {
        display: block;
        height: auto!important;
        font-size: 16px;
    }
    #navbar .swiper-slide {
        opacity: 1!important;
        pointer-events: unset!important;
        transform: none!important;
    }
    #navbar .swiper-slide.on .row a {
        color: #1d499d;
    }
    #navbar .swiper-slide.active .row .icon {
        transform: rotateZ(-180deg);
    }
    #navbar .row {
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    #navbar .row .icon {
        transition: all 0.4s ease;
        color: #999;
    }
    #navbar .subset {
        font-size: 14px;
        background-color: #f7f7f7;
        padding: 20px;
        line-height: 2;
        display: none;
    }
    #navbar .subset .img,
    #navbar .subset .go {
        display: none;
    }
}
#banner {
    color: #fff;
    padding: 0;
}
@media (max-width: 1280px) {
    #banner .swiper {
        font-size: 14px;
    }
}
#banner .swiper .swiper-slide {
    box-sizing: border-box;
    padding: 0 20px 2.5em;
    height: auto;
}
#banner .swiper .body {
    height: 100%;
}
#banner .swiper .context .h1 {
    font-size: 2em;
    font-weight: bold;
    filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.4));
}
#banner .swiper .context .more {
    margin-top: calc(20px + 0.5rem);
}
@media (max-width: 1280px) {
    #banner .swiper .context .more {
        font-size: 16px;
    }
}
#banner .swiper .img {
    padding-top: 62.85%;
}
@media (min-width: 1025px) {
    #banner .swiper .swiper-slide {
        min-height: 6.6rem;
    }
    #banner .swiper .context,
    #banner .swiper .figure {
        width: 50%;
        box-sizing: border-box;
    }
    #banner .swiper .context {
        padding-right: 0.7rem;
    }
}
@media (max-width: 1024px) {
    #banner .swiper .body {
        display: block;
        padding-top: 60px;
    }
    #banner .swiper .body .figure {
        margin: 20px auto 0;
        max-width: 500px;
    }
}
#banner .pagination {
    left: 0;
    z-index: 10;
}
@media (max-width: 1024px) {
    #banner .pagination {
        display: none;
    }
}
#banner .pagination,
#banner .pagination .content {
    position: absolute;
    right: 0;
    top: 50%;
}
#banner .pagination .content {
    transform: translateY(-50%);
    margin-right: 20px;
    --duration--: 5s;
}
#banner .pagination .content .cc {
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    cursor: pointer;
}
#banner .pagination .content .cc + .cc {
    margin-top: 1rem;
}
#banner .pagination .content .cc:after,
#banner .pagination .content .cc:before {
    pointer-events: none;
    left: 3px;
    width: 1px;
    top: 100%;
    margin-top: 0.05rem;
    background-color: #fff;
}
#banner .pagination .content .cc:before {
    opacity: 0.2;
    height: 0.9rem;
}
#banner .pagination .content .cc:last-child:before,
#banner .pagination .content .cc:last-child:after {
    display: none;
}
#banner .pagination .content .cc.active {
    background-color: #fff;
}
#banner .pagination .content .cc.active:after {
    animation-name: animation02;
    animation-duration: var(--duration--);
    animation-timing-function: linear;
}
#banner .body .span1,
#banner .body .span2{
    display: inline-block;
}
#banner .body .span1{
    overflow: hidden;
}
#banner .body .span2{
    transform: translateY(100%);
    transition-duration: 0.8s;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
}
#banner .body .box2,
#banner .body .figure .img,
#banner .bottom{
    opacity: 0;
    transform: scale(0.9);
    visibility: hidden;
    pointer-events: none;
    transition: all 1s ease-out;
}
#banner .body .box1{
    transition-delay: 1.2s;
}
#banner .body .figure,
#banner .body .figure .img{
    transition-delay: 1.6s;
}
#banner .bottom,
#banner .body .box2{
    transition-delay: .4s;
}
#banner.ready .body .box2,
#banner.ready .body .figure .img,
#banner.ready .bottom{
    opacity: 1;
    transform: scale(1);
    visibility: visible;
    pointer-events: unset;
}
#banner.ready .swiper-slide-active .span2{
    transform: translateY(0);
    opacity: 1;
}
@keyframes animation02 {
    0% {
        height: 0;
    }
    100% {
        height: 0.9rem;
    }
}
#banner .bottom {
    top: auto;
    bottom: 0.5rem;
    z-index: 2;
    padding: 0 20px;
}
#banner .bottom .scroll-down {
    margin: 0 auto;
}
@media (min-width: 1025px) {
    #banner .bottom .swiper-pagination {
        width: auto;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-size: 14px;
        font-family: 'adineueBold', sans-serif;
        letter-spacing: 2px;
        line-height: 1;
    }
    #banner .bottom .swiper-pagination .swiper-pagination-current {
        font-size: 20px;
        color: #1d499d;
    }
}
@media (max-width: 1024px) {
    #banner .bottom {
        bottom: 30px;
    }
    #banner .bottom .swiper-pagination {
        position: static;
    }
    #banner .bottom .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff;
        transition: all 0.4s ease;
    }
    #banner .bottom .scroll-down {
        display: none;
    }
}
#product {
    margin-top: 0.16rem;
}
@media (max-width: 1024px) {
    #product .body {
        max-width: 640px;
    }
}
#product .ul li {
    width: 50%;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    #product .ul li {
        width: 100%;
    }
}
#product .touch {
    border-radius: 0.8em;
    background-color: #f4f6fa;
    border: 1px solid transparent;
    overflow: hidden;
    padding: 0.5rem;
}
@media (max-width: 960px) {
    #product .touch {
        padding: 24px;
    }
}
#product .touch .tag {
    color: #1d499d;
}
#product .touch .title {
    font-size: 1.3em;
}
#product .touch .fade {
    background-image: url(../images/pd.png);
}
#product .touch .bg svg {
    width: 100%;
    height: 100%;
}
#product .touch .bg .cls1,
#product .touch .bg .cls2 {
    transition: all 0.4s ease;
}
#product .touch .bg .cls1 {
    transform-origin: center center;
    stroke: rgba(29, 73, 157, 0.2);
    stroke-dasharray: 0,2,4;
    fill: none;
    opacity: 0;
    animation: animation03 24s linear infinite;
}
@keyframes animation03 {
    0% {
        stroke-dasharray: 6;
    }
    100% {
        stroke-dasharray: -6;
    }
}
#product .touch .bg .cls2 {
    fill: #eceef2;
}
#product .touch .go {
    transition: all 0.4s ease;
    line-height: 1;
    padding-top: 10px;
    margin-top: 0.2rem;
    color: #555;
}
#product .touch .go .char {
    font-size: 14px;
}
#product .touch .go .icon {
    font-size: 2em;
    margin-left: 0.25em;
}
#product .touch .content,
#product .touch .figure {
    width: 50%;
    z-index: 2;
}
#product .touch .content {
    box-sizing: border-box;
    padding-right: 10px;
}
#product .touch .figure {
    position: relative;
}
#product .touch .figure .img {
    padding-top: 57%;
}
#product .touch:hover {
    border-color: #1d499d;
}
#product .touch:hover .go {
    color: #1d499d;
}
#product .touch:hover .bg .cls1 {
    opacity: 1;
}
#product .touch:hover .bg .cls2 {
    fill: rgba(29, 73, 157, 0.2);
}
#education .body {
    overflow: hidden;
}
#education .en-title {
    background-position: right center;
    background-image: url(../images/section01.png);
}
#education .more {
    margin: 0.4rem 0 24px;
}
#education .swiper-change {
    width: fit-content;
    margin: 0 0 0.3rem auto;
    padding-bottom: 20px;
    --duration--: 0s;
}
#education .swiper-change .swiper-pagination {
    font-family: 'adineueBold', sans-serif;
    color: #acb1b3;
    font-size: 14px;
    letter-spacing: 2px;
    position: static;
    padding: 0 20px;
    margin: 0 0.1rem;
}
#education .swiper-change .swiper-pagination .swiper-pagination-current {
    color: #1d499d;
    font-size: 24px;
    font-style: italic;
}
#education .swiper-change .button {
    flex-shrink: 0;
    width: 3.2em;
    height: 3.2em;
}
#education .swiper-change .button svg {
    width: 100%;
    height: 100%;
}
#education .swiper-change .button .cls3,
#education .swiper-change .button .cls1 {
    transition: all 0.4s ease;
}
#education .swiper-change .button .cls3 {
    fill: #cdcdcd;
    stroke: #cdcdcd;
    stroke-width: 12;
}
#education .swiper-change .button .cls1,
#education .swiper-change .button .cls2 {
    fill: none;
    stroke-width: 24;
}
#education .swiper-change .button .cls1 {
    stroke: #cdcdcd;
    fill: none;
    stroke-width: 24;
}
#education .swiper-change .button .cls2 {
    stroke: #1d499d;
    stroke-dasharray: 0, 3215.36;
}
#education .swiper-change .button:hover .cls3 {
    fill: #1d499d;
}
#education .swiper-change .button:hover .cls1 {
    stroke: #1d499d;
}
#education .swiper-change.ready .button .cls2 {
    animation: animation05 var(--duration--) linear;
}
@keyframes animation05 {
    0% {
        stroke-dasharray: 0, 3215.36;
    }
    100% {
        stroke-dasharray: 3215.36, 0;
    }
}
@media (max-width: 500px) {
    #education .swiper-change {
        margin-right: auto;
    }
}
#education .swiper {
    color: #fff;
    overflow: visible;
}
#education .swiper a {
    padding-top: 71.69811321%;
    border-radius: 0.8em;
    overflow: visible;
}
#education .swiper .img {
    height: 100%;
    background-position: center bottom;
}
#education .swiper .box {
    border-radius: 0.8em;
    overflow: hidden;
    transition: all 0.8s ease-out;
}
#education .swiper .bottom {
    top: auto;
    padding: 0.5rem;
}
@media (max-width: 960px) {
    #education .swiper .bottom {
        padding: 24px;
    }
}
#education .swiper .bottom .title {
    font-size: 1.3em;
}
#education .swiper .bottom .txt {
    transition: all 0.8s ease-out;
    margin-top: 1em;
}
@media (min-width: 801px) {
    #education .swiper .swiper-slide {
        width: 33.33333%;
    }
    #education .swiper .square {
        transition: all 0.4s ease-out;
        position: absolute;
        left: 33.33333%;
        top: -2.3rem;
        width: 9.5em;
        background-image: url(../images/function.png);
        transform: translate(-50%, -50%);
        animation: animation04 36s linear infinite;
        z-index: 2;
        pointer-events: none;
    }
    @keyframes animation04 {
        0% {
            transform: translate(-50%, -50%) rotateZ(0deg);
        }
        100% {
            transform: translate(-50%, -50%) rotateZ(360deg);
        }
    }
    #education .swiper .bottom .txt {
        margin-bottom: -4.6em;
        opacity: 0;
    }
    #education .swiper .swiper-slide-active .box,
    #education .swiper .swiper-slide-active .bottom .txt {
        transition-delay: 0.2s;
    }
    #education .swiper .swiper-slide-active .box {
        top: -2.7rem;
    }
    #education .swiper .swiper-slide-active .bottom .txt {
        margin-bottom: 0;
        opacity: 1;
    }
}
@media (max-width: 800px) and (min-width: 501px) {
    #education .swiper .swiper-slide {
        width: 50%;
    }
    #education .swiper .square {
        display: none;
    }
    #education .swiper .swiper-slide-active .box {
        top: calc(-0.3rem - 59px);
    }
}
@media (max-width: 500px) {
    #education .swiper .swiper-slide {
        width: 100%;
    }
    #education .swiper .square {
        display: none;
    }
}
#news .body {
    overflow: hidden;
}
#news .en-title {
    background-position: left center;
    background-image: url(../images/section02.png);
}
#news .ul {
    overflow: visible;
}
#news .ul .img {
    padding-top: 54%;
}
#news .ul .content {
    padding: 0.36rem;
}
#news .ul .content .headline {
    font-size: 1.125em;
    height: 2.7em;
    line-height: 1.35em;
    transition: color 0.4s ease-out;
}
#news .ul .content .text {
    margin: calc(10px + 0.1rem) 0 calc(10px + 0.1rem);
    -webkit-line-clamp: 3;
    line-height: 1.5;
    height: 4.5em;
}
#news .ul .content .bottom {
    color: #999;
}
#news .ul .content .bottom .go {
    transition: opacity 0.4s ease-out;
    opacity: 0;
}
#news .ul .content .bottom .char {
    font-size: 14px;
}
#news .ul .content .bottom .icon {
    font-size: 2em;
    margin-left: 0.25em;
}
@media (max-width: 1066px) {
    #news .ul .content {
        padding: 20px;
    }
}
#news .ul li {
    width: 33.33333%;
}
@media (max-width: 800px) {
    #news .ul li {
        width: 50%;
    }
}
@media (max-width: 800px) {
    #news .ul li {
        width: 100%;
    }
}
#news .ul a {
    border-radius: 0.8em;
    border: 1px solid #e5e5e5;
}
#news .ul a:hover {
    border-color: transparent;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.15);
}
#news .ul a:hover .content .headline {
    color: #1d499d;
}
#news .ul a:hover .content .bottom .go {
    opacity: 1;
}
#about {
    text-align: center;
}
#about .container {
    margin: 0 -20px;
    padding: 0 20px;
}
#about .title {
    font-size: 1.5em;
    padding: 10px 0;
    margin: 0.1rem 0 0.2rem;
}
#about .options {
    padding-top: 30px;
    margin-top: 0.3rem;
}
#about .options a {
    margin: 0 1em;
}
#footer {
    background-color: #363636;
    color: #fff;
}
#footer .logo {
    filter: invert(1) grayscale(1000%) brightness(1000%);
}
#footer .share {
    width: fit-content;
    margin-top: 30px;
}
#footer .share a {
    position: relative;
    width: 42px;
    height: 42px;
    background-color: #f4f6fa;
    color: #999;
}
#footer .share a .icon {
    font-size: 1.5em;
}
#footer .share a .icon-bilibili {
    font-size: 0.875em;
}
#footer .share a .fade {
    bottom: 100%;
    border-radius: 6px;
    padding: 1em;
    width: 100px;
    height: 100px;
    background-color: #fff;
    left: 0;
    filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
}
#footer .share a .fade,
#footer .share a .fade:after {
    position: absolute;
}
#footer .share a .fade:after {
    content: "";
    top: 100%;
    left: 21px;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}
#footer .share a + a {
    margin-left: 1.25em;
}
#footer .share a:hover {
    background-color: #1d499d;
    color: #fff;
}
#footer .share a:hover .fade {
    margin-bottom: 8px;
}
#footer .nav {
    white-space: nowrap;
    margin: 0 0.8rem;
}
#footer .nav li + li {
    margin-left: 0.8rem;
}
#footer .nav .top {
    margin-bottom: 0.3rem;
}
#footer .nav .sub {
    font-size: 14px;
    margin-top: 0.1rem;
    opacity: 0.5;
}
#footer .nav a:hover {
    text-decoration: underline;
    opacity: 1;
}
#footer .info dl + dl {
    padding-top: 16px;
    margin-top: 0.24rem;
}
#footer .info dt {
    font-size: 1.125em;
    line-height: 1;
    padding-bottom: 4px;
    margin-bottom: 0.1rem;
    opacity: 0.9;
}
#footer .info dt .icon {
    font-size: 1.25em;
    margin-right: 6px;
}
#footer .info dd {
    opacity: 0.8;
}
@media (max-width: 1024px) {
    #footer .nav {
        display: none;
    }
}
@media (max-width: 800px) {
    #footer .main {
        display: block;
    }
    #footer .share {
        width: auto;
    }
    #footer .share a .fade {
        bottom: auto;
        top: 100%;
    }
    #footer .share a .fade:after {
        top: auto;
        bottom: 100%;
        border-top: none;
        border-bottom: 5px solid #fff;
    }
    #footer .share a:hover .fade {
        margin-bottom: 0;
        margin-top: 8px;
    }
    #footer .info {
        margin-top: 30px;
    }
}
#copyright {
    background-color: #292929;
    color: #fff;
    font-size: 12px;
}
#copyright .content {
    margin: 0 -16px;
    height: 60px;
}
#copyright .content a {
    margin: 0 16px;
    opacity: 0.4;
}
#copyright .content a.w {
    opacity: 1;
}
#copyright .content a:hover {
    opacity: 1;
    text-decoration: underline;
}
#copyright .content .list {
    margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
    #copyright .content {
        height: auto;
        display: block;
        text-align: center;
        padding: 12px 0;
    }
    #copyright .content .item {
        width: fit-content;
        margin: 6px auto;
    }
}
#toTop {
    position: fixed;
    right: 0;
    bottom: 1.5rem;
    z-index: 200;
    cursor: pointer;
    transform: translateX(100%);
    transition: all 0.4s ease;
}
#toTop .cc {
    width: 2.3em;
    height: 2.3em;
    border: 1px solid #000;
    color: #000;
    transition: all 0.4s ease;
}
#toTop.on {
    transform: none;
    right: 0.3rem;
}
#toTop:hover .cc {
    border-color: #1d499d;
    background-color: #1d499d;
    color: #fff;
}
#column .bg {
    overflow: hidden;
}
#column .bg .fill {
    transform: scale(1.08);
    clip-path: polygon(-120px 0, 0 0, -120px 100%, -240px 100%);
    animation: animation06 2s ease-out forwards;
}
@keyframes animation06 {
    0% {
        clip-path: polygon(-120px 0, 0 0, -120px 100%, -240px 100%);
    }
    100% {
        clip-path: polygon(calc(100% + 120px) 0, calc(100% + 240px) 0, calc(100% + 120px) 100%, 100% 100%);
    }
}
#column .body {
    z-index: 2;
    box-sizing: border-box;
    height: 5.5rem;
    min-height: 320px;
    color: #fff;
}
@media (max-width: 1280px) {
    #column .body {
        font-size: 14px;
    }
}
#column .body .h1 {
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0.2rem;
}
#column .body .h2 {
    margin-bottom: 0.7rem;
}
#channel {
    border-bottom: 1px solid #e5e5e5;
    color: #808080;
}
#channel a.on,
#channel a:hover {
    color: #000;
}
@media (min-width: 801px) {
    #channel {
        height: 60px;
        line-height: 60px;
    }
    #channel a {
        position: relative;
    }
    #channel a:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 1px;
        background-color: #000;
        width: 0;
        margin-top: -1px;
        transition: width 0.4s ease-out;
    }
    #channel a + a {
        margin-left: 0.6rem;
    }
    #channel a.on:after,
    #channel a:hover:after {
        width: 100%;
    }
}
@media (max-width: 800px) {
    #channel {
        padding: 16px 0 8px;
        text-align: center;
    }
    #channel a {
        margin: 0 0 8px;
        min-width: 25%;
        box-sizing: border-box;
        padding: 0 0.75em;
    }
    #channel a.on,
    #channel a:hover {
        text-decoration: underline;
    }
}
#company .logo2 {
    display: block;
    margin: 0 auto 16px;
}
#company .caption {
    margin-bottom: 0;
    padding-bottom: 0;
}
#company .line {
    padding: 20px 0;
    margin: 0.1rem 0;
}
#company .line:after {
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 0 auto;
}
#company .txt {
    margin: 0 auto 20px;
    padding-bottom: 0.3rem;
    text-align: center;
}
#company .container{
    max-width: 1110px;
    margin: 0 auto;
}
#endorse {
    background-color: #f4f6fa;
}
#endorse .body {
    overflow: hidden;
}
#endorse .swiper {
    margin-right: -1px;
    background-color: #fff;
    text-align: center;
}
#endorse .swiper .txt {
    transition: opacity 0.4s ease-out;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    height: 4.5em;
}
#endorse .swiper .line {
    padding: 10px 0;
    margin: 0.2rem 0;
}
#endorse .swiper .line:after {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#endorse .swiper .img {
    padding-top: 28%;
}
#endorse .swiper .title {
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 0.1rem;
    font-weight: normal;
    transition: all 0.4s ease-out;
}
#endorse .swiper .go {
    margin-top: 0.3rem;
    padding-top: 20px;
    color: #999;
    transition: color 0.4s ease-out;
}
#endorse .swiper .go .char {
    font-size: 14px;
}
#endorse .swiper .go .icon {
    font-size: 2em;
    margin-left: 0.25em;
    line-height: 0.75;
}
#endorse .swiper .swiper-slide {
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: auto;
    padding: 0.5rem;
}
#endorse .swiper .swiper-slide:hover .title,
#endorse .swiper .swiper-slide:hover .go {
    color: #1d499d;
}
#endorse .swiper .swiper-slide:hover .txt {
    opacity: 1;
}
@media (max-width: 1024px) {
    #endorse .swiper .swiper-slide {
        width: 33.3333333%;
        padding: 24px;
    }
}
@media (max-width: 800px) {
    #endorse .swiper .swiper-slide {
        width: 50%;
    }
}
@media (max-width: 500px) {
    #endorse .swiper .swiper-slide {
        width: 100%;
    }
}
#course + #news {
    background-color: #f4f6fa;
}
#course .container {
    padding: 0 5.3em;
}
#course .container .button {
    position: absolute;
    top: 50%;
    width: 2.5em;
    height: 2.5em;
    background-color: #f4f6fa;
    margin-top: -1.25em;
    color: #999;
}
#course .container .button:hover {
    background-color: #1d499d;
    color: #fff;
}
#course .container .button.prev {
    left: 0;
}
#course .container .button.next {
    right: 0;
}
@media (max-width: 800px) {
    #course .container {
        padding: 0;
    }
    #course .container .button {
        display: none;
    }
}
@media (min-width: 801px) {
    #course .swiper-pagination {
        display: none;
    }
}
#course .thumb .swiper-slide {
    width: 20%;
    cursor: pointer;
    transition: all 0.4s ease-out;
}
@media (max-width: 1024px) {
    #course .thumb .swiper-slide {
        width: 25%;
    }
}
@media (max-width: 800px) {
    #course .thumb .swiper-slide {
        width: 33.33333333%;
    }
}
@media (max-width: 500px) {
    #course .thumb .swiper-slide {
        width: 50%;
    }
}
#course .thumb .swiper-slide:nth-of-type(odd) {
    background-image: url(../images/course1.png), url(../images/course3.png);
}
#course .thumb .swiper-slide:nth-of-type(even) {
    background-image: url(../images/course2.png), url(../images/course3.png);
}
#course .thumb .swiper-slide-active {
    color: #222;
}
/*#course .thumb .swiper-slide-active:nth-of-type(odd) {*/
/*    background-image: url(../images/course1.png), url(../images/course4.png);*/
/*}*/
/*#course .thumb .swiper-slide-active:nth-of-type(even) {*/
/*    background-image: url(../images/course2.png), url(../images/course4.png);*/
/*}*/
#course .gallery {
    text-align: center;
    margin-top: 30px;
}
#course .gallery .title {
    padding-bottom: 10px;
    margin-bottom: 0.1rem;
}
#contact .addr {
    text-align: center;
}
#contact .addr li {
    width: 50%;
}
#contact .addr .cc {
    transition: all 0.4s ease-out;
}
#contact .addr .cc1 {
    border: 1px solid transparent;
    padding: 0.9em;
    width: fit-content;
    margin: 0 auto;
}
#contact .addr .cc1 .icon {
    font-size: 1.4em;
}
#contact .addr .cc1 .cc2 {
    background-color: #f2f2f2;
    color: #999;
    width: 5em;
    height: 5em;
}
#contact .addr .title {
    font-size: 1.2em;
    margin: 8px 0 0.1rem;
    padding-bottom: 4px;
}
#contact .addr .clip{
    border-radius: 0.8em;
    margin-top: calc(12px + 0.2rem);
}
#contact .addr .img {
    padding-top: 38.23529412%;
}
#contact .addr .content:hover .cc1 {
    border-color: rgba(29, 73, 157, 0.2);
}
#contact .addr .content:hover .cc1 .cc2 {
    background-color: #1d499d;
    color: #fff;
}
@media (max-width: 1024px) {
    #contact .addr li {
        width: 100%;
    }
    #contact .addr .content {
        max-width: 640px;
        margin: 0 auto;
    }
}
#contact .way {
    padding-top: 30px;
    margin-top: 0.3rem;
}
#contact .way .line {
    width: 1px;
    height: 1.2em;
    background-color: #000;
    opacity: 0.4;
    margin: auto 1em;
}
#contact .way .cc {
    width: 4em;
    height: 4em;
    background-color: #f2f2f2;
    color: #777;
    margin-right: 0.8em;
    transition: all 0.4s ease-out;
}
#contact .way .cc .icon {
    font-size: 1.8em;
}
#contact .way li:hover .cc{
    background-color: #1d499d;
    color: #fff;
}
#contact .way dl {
    color: #444;
}
#contact .way dl dt {
    margin-bottom: 6px;
    font-weight: bold;
}
@media (max-width: 1024px) {
    #contact .way {
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    #contact .way .line {
        background-color: transparent;
        height: 30px;
    }
}
#sell .ul {
    text-align: center;
}
#sell .ul .icon {
    font-size: 2em;
}
#sell .ul .title {
    margin: 8px 0;
}
#sell .ul li {
    flex: 1;
    box-sizing: border-box;
    padding: 1.5em;
    border: 1px solid transparent;
    transition: all 0.4s ease-out;
    border-radius: 0.8em;
}
@media (max-width: 1024px) {
    #sell .ul li {
        width: 50%;
    }
}
@media (max-width: 640px) {
    #sell .ul li {
        width: 100%;
    }
}
#sell .ul li:hover {
    border-color: #1d499d;
    color: #1d499d;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
#apply .container {
    background-attachment: fixed;
    margin: 0 -20px;
    padding: 0 20px;
    border-radius: 0.8em;
}
#apply .body {
    min-height: 4.5rem;
    box-sizing: border-box;
    text-align: center;
}
#apply .body .headline {
    font-size: 0.9em;
}
#apply .body .caption {
    padding-bottom: 5px;
    margin-bottom: 0.1rem;
}
@media (max-width: 1280px) {
    #apply .body .caption {
        font-size: 14px;
    }
}
#apply .body .content {
    margin: 0 auto;
}
#apply .body .more {
    margin: calc(20px + 0.2rem) auto 0;
}
#tech .right{
    border-radius: 0.8em;
}
#tech .img {
    height: 100%;
}
#tech .ul .cc {
    width: 4em;
    height: 4em;
    background-color: #f2f2f2;
    color: #444;
    transition: all 0.4s ease-out;
}
#tech .ul .cc .icon {
    font-size: 1.5em;
}
#tech .ul dl {
    margin: 0 auto 0 0.3rem;
    padding-left: 10px;
}
#tech .ul dl dt {
    font-weight: bold;
    margin-bottom: 6px;
}
#tech .ul .dot {
    width: 0.4em;
    height: 0.4em;
    border-radius: 100%;
    border: 0.1em solid #1d499d;
    margin-left: 1em;
}
@media (max-width: 800px) {
    #tech .ul .dot {
        display: none;
    }
}
#tech .ul li {
    height: 6.5em;
    padding: 0 0.5rem;
    border-radius: 0.8em;
    transition: all 0.4s ease-out;
}
@media (max-width: 800px) {
    #tech .ul li {
        padding: 0 20px;
    }
}
#tech .ul li:hover {
    background-color: #f4f6fa;
    color: #1d499d;
}
#tech .ul li:hover .cc {
    background-color: #1d499d;
    color: #fff;
}
@media (min-width: 1025px) {
    #tech .left,
    #tech .right {
        width: 50%;
    }
    #tech .left {
        box-sizing: border-box;
        padding-right: 0.4rem;
    }
}
@media (max-width: 1024px) {
    #tech .container {
        display: block;
        max-width: 640px;
        margin: 0 auto;
    }
    #tech .right {
        margin-top: 10px;
    }
    #tech .right .img {
        padding-top: 57.14285714%;
    }
}
#site {
    background-color: #f4f6fa;
}
#site .right svg {
    width: 100%;
}
#site .right .cls-1,
#site .right .cls-2,
#site .right .cls-3{
    transition: all 0.4s ease-out;
}
#site .right .cls-1,
#site .right .cls-2,
#site .right .cls-3{
    fill: #fe0000;
}
#site .right .cls-3{
    opacity: 0;
}
#site .right .on .cls-3{
    opacity: 1;
}
#site .right .on .cls-1,
#site .right .on .cls-2{
    fill: #fff;
}
#site .left .cc,
#site .left dt {
    transition: all 0.4s ease-out;
}
#site .left dl {
    margin-left: 0.2rem;
    padding-left: 4px;
}
#site .left dl dt {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
#site .left .cc1 {
    border: 1px solid transparent;
    padding: 0.9em;
    width: fit-content;
}
#site .left .cc1 .icon {
    font-size: 1.4em;
}
#site .left .cc1 .cc2 {
    background-color: #e8e9ed;
    color: #999;
    width: 5em;
    height: 5em;
}
#site .left li:hover dt {
    color: #1d499d;
}
#site .left li:hover .cc1 {
    border-color: rgba(29, 73, 157, 0.2);
}
#site .left li:hover .cc1 .cc2 {
    background-color: #1d499d;
    color: #fff;
}
#site .left li + li {
    margin-top: calc(10px + 0.3rem);
}
@media (min-width: 1025px) {
    #site .left,
    #site .right {
        width: 50%;
    }
    #site .left {
        box-sizing: border-box;
        padding-right: 0.4rem;
    }
}
@media (max-width: 1024px) {
    #site .container {
        display: block;
        max-width: 640px;
        margin: 0 auto;
    }
    #site .right {
        margin-top: 30px;
    }
}
#staff .container {
    overflow: hidden;
    border-radius: 0.8em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
#staff .container .touch {
    width: 50%;
}
#staff .container .touch:hover {
    color: #fff;
}
@media (max-width: 800px) {
    #staff .container .touch {
        width: 100%;
    }
}
#staff .container .content {
    z-index: 1;
    padding: 0.5rem;
}
@media (max-width: 960px) {
    #staff .container .content {
        padding: 24px;
    }
}
#staff .container img {
    height: 7.85em;
}
#staff .container .title {
    font-size: 1.5em;
    padding: 10px 0;
    margin: 0.2rem 0 5px;
}
#post {
    background-color: #f4f6fa;
}
#post .sift {
    margin: 0 auto 0.4rem;
    padding-bottom: 20px;
}
#post .sift .char {
    font-size: 0.9em;
}
#post .sift .box {
    position: relative;
    height: 3em;
    background-color: #fff;
    border-radius: 0.5em;
}
#post .sift .box:hover {
    background-color: rgba(29, 76, 157, 0.1);
}
#post .sift select {
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    padding: 0 1em;
}
#post .sift .icon {
    position: absolute;
    right: 0.9em;
    top: 50%;
    line-height: 1;
    pointer-events: none;
    margin-top: -0.5em;
}
@media (min-width: 801px) {
    #post .sift {
        width: fit-content;
    }
    #post .sift li {
        margin: 0 0.4rem;
    }
    #post .sift .box {
        width: 2rem;
        min-width: 150px;
    }
}
@media (max-width: 800px) {
    #post .sift {
        display: block;
        max-width: 500px;
    }
    #post .sift li + li {
        margin-top: 16px;
    }
    #post .sift .char {
        width: 5em;
    }
    #post .sift .box {
        flex: 1;
    }
}
#post .list {
    width: 100%;
}
@media (max-width: 1280px) {
    #post .list {
        font-size: 14px;
    }
}
#post .list thead {
    color: #fff;
    background-color: #1d499d;
    border-radius: 0.4em;
}
#post .list thead td {
    height: 4em;
}
#post .list thead,
#post .list .dt {
    text-align: center;
}
#post .list thead td,
#post .list .dt td {
    padding: 0 0.5em;
}
#post .list thead td:nth-of-type(2),
#post .list .dt td:nth-of-type(2) {
    text-align: left;
}
#post .list thead td:first-child,
#post .list .dt td:first-child {
    border-radius: 0.4em 0 0 0.4em;
}
#post .list thead td:last-child,
#post .list .dt td:last-child {
    border-radius: 0 0.4em 0.4em 0;
}
@media (max-width: 800px) {
    #post .list thead td:nth-of-type(4),
    #post .list .dt td:nth-of-type(4),
    #post .list thead td:nth-of-type(5),
    #post .list .dt td:nth-of-type(5),
    #post .list thead td:nth-of-type(7),
    #post .list .dt td:nth-of-type(7),
    #post .list thead td:nth-of-type(8),
    #post .list .dt td:nth-of-type(8) {
        display: none;
    }
    #post .list thead td:nth-of-type(6),
    #post .list .dt td:nth-of-type(6) {
        border-radius: 0 0.4em 0.4em 0;
    }
}
#post .list .dt {
    border-top: 2px solid #f4f6fa;
    background-color: #fff;
    height: 3.5em;
    color: #555;
    cursor: pointer;
}
#post .list .dt td:nth-of-type(1) {
    width: 3em;
}
#post .list .dt .icon {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: #fe0000;
    transition: all 0.4s ease-out;
}
#post .list .dt td:nth-of-type(2) {
    color: #000;
}
#post .list .dt.on .icon {
    transform: rotateZ(-90deg);
}
#post .list .dd .container {
    display: none;
    padding: 0.4rem 4.5em;
}
@media (max-width: 1024px) {
    #post .list .dd .container {
        padding: 24px;
    }
}
#post .list .dd .deliver {
    margin: calc(20px + 0.3rem) auto 0;
    width: 7.5em;
    height: 2.5em;
    border: 1px solid #1d499d;
    box-sizing: border-box;
    padding: 0 0.3em 0 1.2em;
}
@media (max-width: 1280px) {
    #post .list .dd .deliver {
        font-size: 16px;
    }
}
#post .list .dd .deliver .char {
    font-size: 14px;
}
#post .list .dd .deliver .cc {
    background-color: #1d499d;
    color: #fff;
    width: 2em;
    height: 2em;
    transition: all 0.4s ease-out;
}
#post .list .dd .deliver:hover {
    background-color: #1d499d;
    color: #fff;
}
#post .list .dd .deliver:hover .cc {
    background-color: #fff;
    color: #1d499d;
}
#post .list .dd .double {
    line-height: 1.8;
    margin-bottom: 20px;
}
@media (min-width: 801px) {
    #post .list .dd .double {
        display: none;
    }
}
#notice .body {
    line-height: 20px;
    height: 20px;
    font-size: 14px;
}
#notice .icon {
    font-size: 16px;
}
#notice .left {
    float: left;
}
#notice .right {
    overflow: hidden;
    white-space: nowrap;
    margin-left: 100px;
}
#notice .right a {
    margin-right: 0.4rem;
    padding-right: 30px;
    opacity: 0.7;
}
#notice .right a:hover {
    text-decoration: underline;
    opacity: 1;
}
#detail .top .date {
    line-height: 1;
    color: #666;
    font-family: 'adineue', sans-serif;
}
#detail .top .center {
    font-size: 1.8em;
    line-height: 1.36;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #dedede;
}
#detail .content .left .cc {
    width: 2em;
    height: 2em;
    border: 1px solid #cbcbcb;
    flex-shrink: 0;
    margin-right: 0.4em;
}
#detail .content .left .char {
    font-size: 14px;
}
#detail .content .left a {
    color: #777;
}
#detail .content .left a:hover {
    color: #1d499d;
}
#detail .content .left a.active .icon {
    font-size: 14px;
}
#detail .content .left a.active .cc,
#detail .content .left a:hover .cc {
    border-color: #1d499d;
    background-color: #1d499d;
    color: #fff;
}
@media (min-width: 1025px) {
    #detail .left {
        white-space: nowrap;
        width: 4.5em;
        min-width: 72px;
    }
    #detail .center {
        flex: 1;
        margin: 0 0.6rem;
    }
    #detail .top .left {
        order: 1;
    }
    #detail .top .center {
        order: 2;
    }
    #detail .top .date .d {
        font-size: 1.5em;
    }
    #detail .top .date .y {
        font-size: 0.8em;
        margin-bottom: 4px;
    }
    #detail .top .center {
        min-height: 2.72em;
    }
    #detail .content .left,
    #detail .content .center {
        padding-top: 0.2rem;
    }
    #detail .content .left {
        order: 1;
        display: block;
    }
    #detail .content .left .mob {
        display: none;
    }
    #detail .content .left a {
        margin-bottom: 1.5em;
    }
    #detail .content .left a:last-child {
        margin-bottom: 0;
    }
    #detail .content .center {
        order: 2;
    }
}
@media (max-width: 1024px) {
    #detail,
    #detail .top,
    #detail .content {
        display: block;
    }
    #detail .top .left {
        display: block;
    }
    #detail .top .date,
    #detail .top .date .d,
    #detail .top .date .y {
        display: inline;
    }
    #detail .top .center {
        margin: 0 0 12px;
    }
    #detail .content .left {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 20px;
        margin-top: 40px;
    }
    #detail .content .left .pc {
        display: none;
    }
    #detail .content .center {
        margin-top: 36px;
    }
}
#sample {
    padding: 0;
}
#sample .body {
    border-radius: 16px;
    background-color: #f4f6fa;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
#sample form {
    margin: 0 auto;
    max-width: 860px;
}
#sample form .submit-button {
    height: 60px;
    width: 100%;
    background-color: #1d499d;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    margin-top: calc(20px + 0.2rem);
    cursor: pointer;
    transition: all 0.4s ease-out;
}
#sample form .submit-button:hover {
    opacity: 0.8;
}
#sample .ul {
    margin: -0.32rem -0.55rem 0 0;
    font-size: 14px;
}
#sample .ul .item {
    width: 50%;
    box-sizing: border-box;
    padding: 0.32rem 0.55rem 0 0;
}
@media (max-width: 640px) {
    #sample .ul .item {
        width: 100%;
    }
}
#sample .ul .item.must .name:before {
    content: "*";
    color: red;
}
@media (max-width: 960px) {
    #sample .ul {
        margin: -16px -30px 0 0;
    }
    #sample .ul .item {
        padding: 16px 30px 0 0;
    }
}
#sample .ul .name {
    font-weight: bold;
    margin-bottom: 4px;
}
#sample .ul .label {
    position: relative;
}
#sample .ul input,
#sample .ul select,
#sample .ul .cc {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
#sample .ul input:focus,
#sample .ul select:focus,
#sample .ul .cc:focus {
    border-color: #1d499d;
}
#sample .ul input,
#sample .ul select {
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    border-radius: 8px;
}
#sample .ul .appearance {
    position: absolute;
    right: 1.25em;
    line-height: 1;
    top: 50%;
    pointer-events: none;
    margin-top: -0.5em;
}
#sample .ul .num {
    width: 80px;
    margin: 0 14px;
    text-align: center;
}
#sample .ul .cc {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#sample .ul .cc:hover {
    border-color: #1d499d;
    color: #1d499d;
}
#product01 .point {
    font-size: 14px;
    color: #999;
}
#product01 .point a {
    display: inline;
}
#product01 .point a:hover {
    text-decoration: underline;
    color: #1d499d;
}
#product01 .buttons {
    margin-left: 1rem;
}
#product01 .buttons a + a {
    margin-left: 0.55rem;
}
#product01 .top {
    margin-bottom: 10px;
}
@media (max-width: 800px) {
    #product01 .top {
        display: block;
    }
    #product01 .top .buttons {
        margin: 36px 0;
    }
}
#product01 .container .left .caption {
    padding-bottom: 0;
    margin-bottom: 0;
}
#product01 .container .left .line {
    padding: 20px 0;
    margin: 0.3rem 0;
}
#product01 .container .left .line:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#product01 .container .left .ul .char {
    width: 6em;
}
#product01 .container .left .ul .icon {
    font-size: 1.75em;
    margin-right: 6px;
}
#product01 .container .left .ul li + li {
    padding-top: 10px;
    margin-top: 0.1rem;
}
#product01 .container .left .ul a {
    color: #cc0101;
}
#product01 .container .left .ul a:hover {
    text-decoration: underline;
}
@media (min-width: 801px) {
    #product01 .container .right,
    #product01 .container .left {
        width: 50%;
    }
    #product01 .container .right {
        box-sizing: border-box;
        padding-left: 0.5rem;
    }
}
@media (max-width: 800px) {
    #product01 .container {
        display: block;
    }
    #product01 .container .right {
        margin-top: 36px;
    }
}
#product02 {
    background-color: #f4f6fa;
}
#product02 .body {
    height: 4.25em;
}
#product02 .content {
    height: 100%;
}
#product02 .content .line {
    margin: 0 0.5rem;
    width: 1px;
    height: 1em;
    background-color: #000;
    opacity: 0.1;
}
@media (min-width: 641px) {
    #product02 .content {
        width: fit-content;
    }
}
#product03 .caption {
    padding-bottom: 10px;
    margin-bottom: 0.2rem;
}
#product03 .hr:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#product03 .p1 .pagination {
    color: #555;
    line-height: 1;
}
@media (min-width: 801px) {
    #product03 .p1 .pagination {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    #product03 .p1 .pagination a {
        padding-bottom: 1.25em;
        position: relative;
    }
    #product03 .p1 .pagination a:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin-top: -1px;
        height: 3px;
        background-color: #1d499d;
        width: 0;
        transition: all 0.4s ease-out;
    }
    #product03 .p1 .pagination a + a {
        margin-left: 0.4rem;
    }
    #product03 .p1 .pagination a:hover,
    #product03 .p1 .pagination a.on {
        color: #1d499d;
    }
    #product03 .p1 .pagination a:hover:after,
    #product03 .p1 .pagination a.on:after {
        width: 100%;
    }
}
@media (max-width: 800px) {
    #product03 .p1 .pagination {
        margin: 0 -12px;
    }
    #product03 .p1 .pagination a {
        margin: 8px 12px;
    }
    #product03 .p1 .pagination a:hover,
    #product03 .p1 .pagination a.on {
        color: #1d499d;
        text-decoration: underline;
    }
}
#product03 .p1 .left .swiper {
    padding-top: 10px;
    margin-top: 0.3rem;
}
#product03 .p1 .right .gallery {
    position: relative;
}
#product03 .p1 .right .gallery .swiper {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.8em;
}
#product03 .p1 .right .gallery .button {
    z-index: 2;
    position: absolute;
    top: 50%;
    width: 2.5em;
    height: 2.5em;
    margin-top: -1.25em;
    background-color: #f4f6fa;
    color: #999;
}
#product03 .p1 .right .gallery .button.prev {
    left: -1.25em;
}
#product03 .p1 .right .gallery .button.next {
    right: -1.25em;
}
#product03 .p1 .right .gallery .button:hover {
    background-color: #1d499d;
    color: #fff;
}
@media (max-width: 1280px) {
    #product03 .p1 .right .gallery .button {
        font-size: 16px;
    }
}
#product03 .p1 .right .gallery .swiper-slide {
    box-sizing: border-box;
    padding: 0.5rem;
}
#product03 .p1 .right .gallery .img {
    padding-top: 62.5%;
}
#product03 .p1 .right .thumb {
    margin-right: -1em;
}
#product03 .p1 .right .thumb .swiper-slide {
    width: 33.33333%;
    box-sizing: border-box;
    padding: 1em 1em 0 0;
}
#product03 .p1 .right .thumb a {
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.4em;
}
#product03 .p1 .right .thumb a:hover {
    border-color: #1d499d;
}
#product03 .p1 .right .thumb .img {
    padding-top: 56.14035088%;
}
#product03 .p1 .right .thumb .swiper-slide-thumb-active a {
    border-color: #1d499d;
}
@media (min-width: 1025px) {
    #product03 .p1 .left {
        width: 59.28571429%;
    }
    #product03 .p1 .right {
        width: 40.71428571%;
        box-sizing: border-box;
        padding-left: 50px;
    }
}
@media (max-width: 1024px) {
    #product03 .p1 {
        display: block;
    }
    #product03 .p1 .right {
        max-width: 640px;
        margin: 36px auto 0;
    }
}
#product03 .p2 .ul {
    color: #777;
}
#product03 .p2 .ul .left {
    flex: 1;
    margin-right: 1rem;
}
#product03 .p2 .ul .left .hot {
    width: 1em;
    color: #ff0000;
    margin-right: 0.875em;
}
#product03 .p2 .ul .left .name {
    width: 3em;
    margin-right: 0.6rem;
}
#product03 .p2 .ul .left .headline {
    flex: 1;
}
#product03 .p2 .ul .right .pdf {
    margin-left: 0.3rem;
}
#product03 .p2 .ul .right .line {
    width: 1px;
    height: 1em;
    margin: 0 0.2rem;
    background-color: #000;
    opacity: 0.5;
    transition: all 0.4s ease-out;
}
#product03 .p2 .ul .right .date {
    margin-left: 0.6rem;
}
#product03 .p2 .ul li {
    padding: 0 1.5em;
    transition: all 0.4s ease-out;
}
#product03 .p2 .ul li:hover {
    color: #000;
}
#product03 .p2 .ul li:hover .pdf {
    color: #ff0000;
    text-decoration: underline;
}
#product03 .p2 .ul li:hover .line {
    opacity: 1;
}
#product03 .p2 .ul li:nth-of-type(odd) {
    background-color: #f4f6fa;
}
@media (min-width: 1025px) {
    #product03 .p2 .ul li {
        height: 55px;
    }
    #product03 .p2 .ul li .left .headline {
        height: 1.5em;
        -webkit-line-clamp: 1;
    }
}
@media (max-width: 1024px) {
    #product03 .p2 .ul li {
        display: block;
        padding: 24px 20px;
    }
    #product03 .p2 .ul li .right {
        max-width: 480px;
        margin-top: 16px;
    }
}
#product03 .p3 .right{
    border-radius: 0.8em;
}
#product03 .p3 img {
    width: 100%;
}
#product03 .p3 .buttons {
    margin-top: 0.2rem;
    padding-top: 20px;
}
#product03 .p3 .buttons a + a {
    margin-left: 0.55rem;
}
@media (min-width: 1025px) {
    #product03 .p3 .left,
    #product03 .p3 .right {
        width: 50%;
    }
    #product03 .p3 .left {
        box-sizing: border-box;
        padding-right: 1rem;
    }
}
@media (max-width: 1024px) {
    #product03 .p3 {
        display: block;
    }
    #product03 .p3 .right {
        max-width: 640px;
        margin: 36px auto 0;
    }
}
